Skip to main content

ModifyPropertyScheduleConfig

Description

modify the host asset information update cycle settings.

Request Method

POST

Request Path

/apsara/route/aegis/ModifyPropertyScheduleConfig

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
TypeBODYstringYesNo sample value for this parameter.asset information type, value range: scheduler_software_period: indicates the synchronization period of application software information scheduler_account_period: indicates the synchronization period of user account information scheduler_port_period: indicates port information synchronization period scheduler_process_period: indicates the synchronization period of process information
ScheduleTimeBODYstringYesNo sample value for this parameter.the set synchronization cycle time, in hours.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
ModifyResultbooleanno demo valuewhether the setting change was successful.
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"ModifyResult":"no demo value",
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}